gtkplacesview: Add example of IPv6 address in guidance
authorOndrej Holy <oholy@redhat.com>
Wed, 16 Nov 2016 08:03:42 +0000 (09:03 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2016 13:15:40 +0000 (08:15 -0500)
Square brackets are mandatory for IPv6 addresses. Add example of IPv6
address in the guidance to make it obvious.

https://bugzilla.gnome.org/show_bug.cgi?id=756570

gtk/ui/gtkplacesview.ui

index 8977e512dc75a5752bd5d3b83c8fef48f122360e..7799469e61d5a466f22f6fbddc6409ed69fdc746 100644 (file)
@@ -54,7 +54,7 @@
           <object class="GtkLabel">
             <property name="visible">1</property>
             <property name="hexpand">1</property>
-            <property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1</property>
+            <property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1, ftp://[2001:db8::1]</property>
             <property name="wrap">1</property>
             <property name="width-chars">40</property>
             <property name="max-width-chars">40</property>